home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / time / NTPSync21.lha / NTPSync.doc < prev   
Text File  |  1998-01-20  |  4KB  |  109 lines

  1.  
  2.  
  3.                         NTPSync V2.1 (20-Jan-1998)
  4.  
  5.  
  6. 1. INTRODUCTION
  7.  
  8. Network Time Protocol (NTP) is a protocol for synchronizing clocks in the
  9. Internet. NTPSync is a program that adjusts your Amiga's clock according
  10. to a specified NTP server. Plese see http://www.eecis.udel.edu/~ntp for
  11. more information on NTP and a list of public NTP servers worldwide.
  12.  
  13. 2. REQUIREMENTS
  14.  
  15. - an Amiga with a kickstart V37 (2.0) or higher (only tested with 3.0)
  16. - an AmiTCP 4.0 compatible TCP/IP stack (tested with Miami 1.1)
  17.  
  18. 3. USAGE
  19.  
  20. Please read the Disclaimer-section before installing the program.
  21.  
  22. The usage of the program is very simple. The first argument is the address
  23. of the NTP server used, and the second argument is your local offset from
  24. UTC. For example to synchronize with nic.funet.fi (stratum 2):
  25.  
  26. NTPSync nic.funet.fi
  27.  
  28. For more information run NTPSync without arguments.
  29.  
  30.  
  31. 4. COMPILING
  32.  
  33. NTPSync was compiled with SAS/C compiler V6.50 and AmiTCP SDK 4.0 with the
  34. following line:
  35.  
  36. sc NTPSync lib:net.lib NOICONS UTILLIB NOSTKCHK LINK SCODE SDATA NOCHKABORT STRIPDBG
  37.  
  38.  
  39. 5. THE AUTHOR
  40.  
  41. If you find any bugs, have any ideas, have trouble with the program, want
  42. to say your opinion on it etc., don't hesitate to contact me by email or
  43. normal post. You can also get the newest version directly from me. Any
  44. feedback is welcome!
  45.  
  46. Snail-mail: Heikki Linnakangas   (if you can't use E-Mail)
  47.             Porvoonkatu 19 A 25
  48.             00510 Helsinki
  49.             Finland
  50.  
  51. EMail: Heikki.Linnakangas@iki.fi (the better way)
  52.  
  53. Check my WWW page at http://www.iki.fi/~hlinnaka for my PGP public key, if
  54. you prefer encrypting your mail.
  55.  
  56.  
  57. 6. HISTORY
  58.  
  59. --- V2.1  - fixed the date, was one day behind. I thought I fixed that in
  60.             an older version already, but now it should be fixed for real
  61.  
  62. --- V2.0  - fixed a bug that caused the clock run very fast sometimes
  63.           - now tries to use another port if 123 is already in use
  64.           - now asks the local.library for the UTC diff if not given
  65.           - some other minor changes
  66.           - now takes the network delay into account
  67.  
  68. --- V1.1  - added version information for the 'version' command
  69.           - added some integrity checks to the reply
  70.           - added support for different ports
  71.           - now prints stratum of the server when time is set
  72.           - added the COMPILATION-section to the document
  73.           - better error handling
  74.           - fixed a small bug in receiving the reply
  75.           - fixed the version number in the document
  76.           - date was set incorrectly
  77.           - file lengths were incorrect in the document
  78.  
  79. --- V1.0  - the initial release
  80.  
  81.  
  82. 7. DISCLAIMER
  83.  
  84. THE AUTHOR IS NOT LIABLE IN ANY WAY FOR ANY DAMAGE ARISING OUT OF
  85. THE USE OR INABILITY TO USE THE PROGRAM. USE AT YOUR OWN RISK.
  86.  
  87. This program is FreeWare. You may use and distribute it unless told to not
  88. do so by the author. You may charge a nominal fee to recover distribution
  89. costs. The distribution fee must not exceed 15 FIM nor 3 USD + distribution
  90. expenses. The distribution of an incomplete or changed package is prohibited.
  91.  
  92. This program may be included in commercial magazines or archives, if a free
  93. copy is sent to the author, or the author is given free access to the archive.
  94.  
  95. You may copy and distribute this package, as long as the contents of the
  96. package are not changed in any way. The package must include the following
  97. files:
  98.  
  99.   NTPSync
  100.   NTPSync.doc
  101.   NTPSync.c
  102.  
  103. Here are MD5 checksums of some of the files if you want to check their
  104. integrity:
  105.  
  106. 8a2f60097e6218254411cb42b9826ca4 *NTPSync
  107. 8d4d47a59d393954edf814ebe2c465a4  NTPSync.c
  108.  
  109.